Summary of Picture Shapes
Functions
Creating Picture Shapes
gxShape GXNewPicture (long count, const gxShape shapes[], const gxStyle styles[], const gxInk inks[], const gxTransform transforms[])Getting and Setting Picture Geometries
long GXGetPicture (gxShape source, gxShape shapes[], gxStyle styles[], gxInk inks[], gxTransform transforms[]); void GXSetPicture(gxShape target, long count, const gxShape shapes[], const gxStyle styles[], const gxInk inks[], const gxTransform transforms[]);Editing Picture Parts
long GXGetPictureParts (gxShape source, long index, long count, gxShape shapes[], gxStyle styles[], gxInk inks[], gxTransform transforms[]) void GXSetPictureParts(gxShape target, long index, long oldCount, long newCount, const gxShape shapes[], const gxStyle styles[], const gxInk inks[], const gxTransform transforms[]);Drawing Pictures
void gxDrawPicture (long count, const gxShape shapes[], const gxStyle styles[], const gxInk inks[], const gxTransform transforms[]);Hit-Testing Pictures
gxShape GXHitTestPicture(gxShape target, const gxPoint *test, gxHitTestInfo *result, long level, long depth);
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help